home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / LispExample / Makefile < prev    next >
Makefile  |  1995-06-12  |  1KB  |  51 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Lisp
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = LispApp.tiff
  16. DOCICONS = LispDoc.tiff LispDoc2.tiff
  17.  
  18. GLOBAL_RESOURCES = Lisp.nib
  19.  
  20. CLASSES = Lisp.m LispApp.m LispListener.m LispText.m
  21.  
  22. HFILES = Lisp.h LispApp.h LispListener.h LispText.h
  23.  
  24. MFILES = Lisp_main.m
  25.  
  26. OTHERSRCS = lispEvaluate.m Makefile.postamble
  27.  
  28.  
  29. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  30. MAKEFILE = app.make
  31. INSTALLDIR = $(HOME)/Apps
  32. INSTALLFLAGS = -c -s -m 755
  33. SOURCEMODE = 444
  34.  
  35. ICONSECTIONS =    -sectcreate __ICON app LispApp.tiff \
  36.         -sectcreate __ICON LispDoc LispDoc.tiff \
  37.         -sectcreate __ICON LispDoc2 LispDoc2.tiff
  38.  
  39. LIBS = -lMedia_s -lNeXT_s
  40. DEBUG_LIBS = $(LIBS)
  41. PROF_LIBS = $(LIBS)
  42.  
  43.  
  44. -include Makefile.preamble
  45.  
  46. include $(MAKEFILEDIR)/$(MAKEFILE)
  47.  
  48. -include Makefile.postamble
  49.  
  50. -include Makefile.dependencies
  51.